MessageSave Method (Stream) |
Saves this message to the specified stream.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic void Save(
Stream stream
)
Public Sub Save (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
A stream.
Exceptions
See Also